github.com/jackc/pgx/v5/pgconn.ResultReader.commandConcluded (field)

10 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1605: 				commandConcluded: true,
		pgconn.go#L1612: 				commandConcluded: true,
		pgconn.go#L1651: 	commandConcluded  bool
		pgconn.go#L1697: 	for !rr.commandConcluded {
		pgconn.go#L1739: 	for !rr.commandConcluded {
		pgconn.go#L1771: 	for !rr.commandConcluded {
		pgconn.go#L1848: 	if rr.commandConcluded {
		pgconn.go#L1854: 	rr.commandConcluded = true
		pgconn.go#L2667: 			commandConcluded:  true,
		pgconn.go#L2795: 			commandConcluded: true,